Skip to content

chore(vscode): allow intentional nullish comparisons - #13864

Merged
marius-kilocode merged 1 commit into
mainfrom
chore/allow-nullish-equality
Sep 7, 2026
Merged

marius-kilocode merged 1 commit into
mainfrom
chore/allow-nullish-equality

Conversation

@marius-kilocode

Copy link
Copy Markdown
Collaborator

Summary

Allow intentional == null and != null checks in the VS Code extension without eqeqeq warnings. Strict equality remains required for all other comparisons.

This is a follow-up to #13861 based on the review suggestion from @WebReflection.

Related to #13833.

@kilo-code-bot

kilo-code-bot Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 files)
  • packages/kilo-vscode/eslint.config.mjs

Reviewed by grok-4.6 · Input: 35.8K · Output: 4.4K · Cached: 157.1K

Review guidance: REVIEW.md from base branch main

@marius-kilocode
marius-kilocode merged commit 1a5ee18 into main Sep 7, 2026
23 checks passed
@marius-kilocode
marius-kilocode deleted the chore/allow-nullish-equality branch September 7, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants